home *** CD-ROM | disk | FTP | other *** search
- SETSYSFILE [BOOT_ROOT] "AUTOEXEC.BAT"
- ; These lines set the path for edits to the autoexec.bat
- IF [DISKSPACE] >= 5000000 ;checks for proper diskspace
- UPGRADEOS 6.00 ;performs the upgrade
- DELETEDIR [BOOT_ROOT] "DOS3" ALL ;deletes the old dos version
- ; in the package be sure to set the default path to C:\DOS60
- REPLACEKEY "PATH=" "C:\DOS3" "C:\DOS60" ;updates the path statement
- REBOOT
- ELSE
- EXIT 1 ;if not enough disk space the program exits
- ENDIF
- ;before running this script be sure that you have a PC in your inventory
- ;that has DOS 6.0 installed.
-